ALTAIR
mutation{
  Sales_confirmPreAuthorizedSale(
    storeCode: "00000000000010"
    customerCode: "60100022100000116"
    authorizationID: "123456" 
    products:
  [
    {
     ean: "7896004702216",
     unitPrice: 16.97,
      maxConsumerPrice: 22.62,
      quantity: 1,
       medicalPrescription: {
           date: "2020-08-27"
           quantity: 1
           prescriber: {
             council: CRM
              registerNumber: 999999
             stateAbbr: "SP"
        }
      }
    },
    {
     ean: "7898075310260",
     unitPrice: 7.24,
     maxConsumerPrice: 8.04,
     quantity: 2,
     medicalPrescription: null},
    {
     ean: "7898075310999",
     unitPrice: 7.24,
     maxConsumerPrice: 8.04,
     quantity: 2,
     medicalPrescription: null}       
  ]){
    createdAt
    authorizationID
    totalValue
    moneyPaidValue
    cardPaidValue
    cardBalance
    products {
      ean
      description
      quantity
    }
    status
    statusCode
    statusMessage
    receipt
  }
}      